home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-04-14 | 722 b | 24 lines |
- CPP = gcc2 -Fcc2pluss200 #200 -Fcccp2s200
- CFLAGS = -I../Include -gg -c
- ODIR = ../CMDS
- PROGRAM = Librarian
- LFLAGS = -gg -l../Lib/libr.l -lgpp000 -liostream000 -lgcc -ltermlib.l -s 30 -v
-
- SRCS = Librarian.cc
-
- OBJS = Librarian.r
-
- $(ODIR)/$(PROGRAM) : $(OBJS) ../Lib/libr.l
- $(CPP) $(LFLAGS) $(OBJS) -o $(ODIR)/$(PROGRAM)
-
- Librarian.r : Librarian.cc Librarian.h ../Include/common.h \
- ../Include/vm.h ../Include/vBTree.h \
- ../Include/ListRecord.h ../Include/CardRecord.h \
- ../Include/Card.h ../Include/Terminal.h \
- ../Include/CommandScreen.h ../Include/ScrollPrompt.h \
- ../Include/LLScrollPrompt.h ../Include/LList.h
- $(CPP) $(CFLAGS) Librarian.cc -o Librarian.r
-
- Librarian.h : Librarian.arg
- makeargprc Librarian
-